Humidity variables
Name Start Address Type Access
DGT_HUMIDITY_RAW 22001 UINT16 R
DGT_HUMIDITY_CAL_SLOPE 22236 FLOAT32 R/W
DGT_HUMIDITY_CAL_OFFSET 22232 UINT16 R/W
DGT_HUMIDITY_CAL_T_SLOPE 22238 FLOAT32 R/W
DGT_HUMIDITY_RAW
- Address: 22001
Craw. Get a new humidity reading from HCH-1000. Units are in 100s fF of capacitance.
  • Data type: UINT16  (type index = 0)
  • Read-only
DGT_HUMIDITY_CAL_SLOPE
- Address: 22236
The slope of humidity used in the conversion of raw humidity. Units in %Rh per 100s fF.
  • Data type: FLOAT32  (type index = 3)
  • Readable and writable
DGT_HUMIDITY_CAL_OFFSET
- Address: 22232
A single point offset used in the conversion of raw humidity. Units in 100s fF
  • Data type: UINT16  (type index = 0)
  • Readable and writable
DGT_HUMIDITY_CAL_T_SLOPE
- Address: 22238
The temperature dependent factor used in the conversion of raw humidity. Units in 100s fF per degC
  • Data type: FLOAT32  (type index = 3)
  • Readable and writable